'DeclarationPublic Function New( _ ByVal currentNodeElement As OpcBrowseNodeElement, _ ByVal selectionElements As IEnumerable(Of OpcBrowseNodeElement) _ )
'UsageDim currentNodeElement As OpcBrowseNodeElement Dim selectionElements As IEnumerable(Of OpcBrowseNodeElement) Dim instance As New OpcBrowseOutputs(currentNodeElement, selectionElements)
public OpcBrowseOutputs( OpcBrowseNodeElement currentNodeElement, IEnumerable<OpcBrowseNodeElement> selectionElements )
public: OpcBrowseOutputs( OpcBrowseNodeElement^ currentNodeElement, IEnumerable<OpcBrowseNodeElement^>^ selectionElements )
Parameters
- currentNodeElement
- The value of this parameter cannot be - null(- Nothingin Visual Basic).
- selectionElements
- The value of this parameter cannot be - null(- Nothingin Visual Basic).
